*{
	font-family: '微软雅黑';
    font-weight: 200!important;
	margin-bottom:3px;
}
.center_width{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.container{
	width: 14rem;
	padding: 0;
}
/*最小宽*/
.min{
	min-width: 12rem;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}
.gray10{
	border-bottom: .1rem solid #f4f4f4;
}
.mt60{
	margin-top: .61rem;
}
.banner img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: .1rem auto;
}
body{
	color: #333;
	font-family: PingFang SC,Microsoft YaHei,Noto Sans JP,微软雅黑,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif!important;
}

/* 头部 */
.header{
	position: fixed;
	width: 100%;
	height: .6rem;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 30;
	padding: 0 .95rem;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container:before,.header .container:after{
	display: none;
}
.header .left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .left .logo img{
	display: block;
	width: 1.5rem;
}
.header .left .header_nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 5;
	background: #fff;
	margin-top:0px;
}
.header .header_nav .li{
	display: inline-block;
	height: .6rem;
	line-height: .6rem;
	font-size: .14rem;
	text-align: center;
	border-bottom: 2px solid transparent;
	position: relative;
}
.header .header_nav .li .fix_nav_box{
	position: fixed;
	width: 100%;
	height: 0;
	background: #fff;
	left: 0;
	top: .58rem;
	z-index: 3;
	box-sizing: border-box;
	display: none;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	transition: all .3s ease;
	overflow: hidden;
	padding: 0 .95rem;
}
.header .header_nav .li .fix_nav_box1{
	position: fixed;
	width: 100%;
	height: 0;
	background: #fff;
	left: 0;
	top: .58rem;
	z-index: 3;
	box-sizing: border-box;
	display: none;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	transition: all .3s ease;
	overflow-y: scroll;
	white-space: nowrap;
	padding: 0 .95rem;
}
.header .header_nav .li:hover .fix_nav_box,
.header .header_nav .li:hover .fix_nav_box1{
	height: auto;
}
.header .header_nav .li .fix_nav_box ol{
	width: 32%;
	margin-right: 2%;
	list-style: none;
	padding: .2rem 0;
	border-right: 1px solid #F2DEDE;
	/* display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap; */
}
.header .header_nav .li .fix_nav_box1 ol{
	width: 100%;
	list-style: none;
	padding: 0rem .1rem;
	box-sizing: border-box;
	border-right: 1px solid #F2DEDE;
}
.header .header_nav .li .fix_nav_box li,.header .header_nav .li .fix_nav_box1 li{
	line-height: 1.5;
	/*padding: .1rem 0;*/
}
.header .header_nav .li .fix_nav_box1 li{
	overflow: hidden;
	padding: 0;
}
.header .header_nav .li .fix_nav_box1 .container{
	position: relative;
}
.header .header_nav .li .fix_nav_box1 li .nav_box2{
	display: none;
	width: 10rem;
	position: absolute;
	text-align: left;
	left: 2.5rem;
	top: 0;
	height: 100%;
	padding: .3rem .1rem .3rem 1rem;
	box-sizing: border-box;
}
.header .header_nav .li .fix_nav_box1 li .nav_box2 .box_item2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
width: 4rem;
height: 1rem;
}
.header .header_nav .li .fix_nav_box1 li .nav_box2 img{
	display: block;
	width: 1rem;
}
@media (min-width: 1500px){
	/*.header .header_nav .li .fix_nav_box1 li .nav_box2{
		width: 8rem;
		left: 4rem;
	}*/
}
.header .header_nav .li .fix_nav_box1 li .nav_box2 p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .header_nav .li .fix_nav_box1 li .nav_box2.active{
	display: block;
}
.header .header_nav .li .fix_nav_box1 li > a{
	position: relative;
	width: 2.8rem;

}
.header .header_nav .li .fix_nav_box1 li:hover > a{
	color: #0abbff;
}
.header .header_nav .li .fix_nav_box1 li > a:after{
	content: "";
	width: .22rem;
	height: .22rem;
	background: url(../images/next.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .header_nav .li .fix_nav_box1 li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .header_nav .li .fix_nav_box1 li a p{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header .header_nav .li .fix_nav_box1 .nav_box2 p:hover a{
	color: #0abbff;
}
.header .header_nav .li .fix_nav_box li label,.header .header_nav .li .fix_nav_box1 li label{
	margin-left: 0.2rem;
	padding:  .1rem 0 ;
	box-sizing: border-box;
	text-align: left;
	color:#333;
	font-family: '';
	font-size: .12rem;
}
.header .header_nav .li .fix_nav_box a,.header .header_nav .li .fix_nav_box1 a{
	text-align: left;
	font-size: .12rem;  /*banner下拉菜单里的字体大小*/
	display: flex;
	align-items: center;

}
.header .header_nav .li .fix_nav_box a img,.header .header_nav .li .fix_nav_box1 a img{
	display: block;
	width:  1.1rem;
	height: .8rem;
	margin-right: .05rem;
}
.header .header_nav .li .fix_nav_box ol:last-of-type,.header .header_nav .li .fix_nav_box1 ol:last-of-type{
	margin-right: 0;
	border-right: 0;
}
.header .header_nav .li a{
	text-decoration: none;
	display: block;
	padding: 0 .2rem;
	color: #333;
	font-weight: 1000;
	font-size: .11rem; /*banner里的字体大小*/
}
.header .header_nav .li:hover,.header .header_nav .li.active{
	border-bottom-color: #0abbff;
}
.header .header_nav .li:hover > a,.header .header_nav .li.active > a{
	color: #0bf;	
}


.header .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .right a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: .1rem;
	border-radius: .16rem;
	line-height: .32rem;
	padding: 0 .25rem;
}
.header .right .login_btn{
	color: #fff;
	background: #49ceff;
}

.banner_swiper,.product_swiper,.platform_swiper{
	overflow: hidden;
	position: relative;
}
.banner_swiper .swiper-slide img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.banner_swiper .swiper-pagination-bullets{
	bottom: .2rem;
}
.banner_swiper .swiper-pagination-bullet{
	width: .48rem;
	height: .1rem;
	opacity: .5;
	background: #fff;
	border-radius: .05rem;
}
.banner_swiper .swiper-pagination-bullet-active{
	opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	top: 50%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/left.png) center center no-repeat;
	background-size: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/right.png) center center no-repeat;
	background-size: 100%;
}

/* 底部 */
.footer{
	background: #000;
	padding: .3rem 0;
	color: #fff;
	font-size: .14rem;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .left,.footer .right{
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .right{
	width: 40%;
	justify-content: flex-end;
}
.footer .left div{
	width: 45%;
}
.footer .left div a{
	display: block;
	color: #fff;
	margin-bottom: .1rem;
	text-decoration: none;
}
.footer .left div a:hover{
	color: #ffcc2f;
}
.footer .left div:last-child{
	margin-right: 0;
}
.footer h3{
	font-size: .2rem;
	margin-bottom: .4rem;
	position: relative;
}
.footer h3:before{
	content: "";
	background: #00acee;
	width: .5rem;
	height: 2px;
	position: absolute;
	left: 0;
	top: .35rem;
}
.footer .right div{
	margin-left: .5rem;
}
.footer .right div:first-child{
	margin-left: 0;
}
.footer .right img{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
}
.footer .bottom{
	text-align: center;
	margin-top: .5rem;
}
.footer .bottom img{
	margin-left: .3rem;
}

.com_footer{
	background: #f3f3f3;
	padding: .8rem 0 .3rem;
}
.com_footer .f_top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
}
.com_footer .f_top h4{
	font-size: .18rem;
	margin-bottom: .3rem;
}
.com_footer .f_top ul li,.com_footer .f_top p{
	margin-bottom: .1rem;
}
.com_footer .f_top ul li a,.com_footer .f_top p{
	color: #4a4a4a;
	font-size: .13rem;
	text-decoration: none;
}
.com_footer .f_top img{
	display: block;
	width: 1rem;
	height: 1rem;
	margin-bottom: .1rem;
}
.com_footer .f_top h6{
	color: #4a4a4a;
	font-size: .2rem;
}
.com_footer .f_top div:first-of-type{
	margin-bottom: .3rem;
}
.com_footer .f_bottom{
	text-align: center;
	color: #4A4A4A;
	position: relative;
	top: -.3rem;
}
.com_footer .f_bottom:before{
	content: '';
	width: 2.35rem;
	height: .07rem;
	background: #a7a7a7;
	position: absolute;
	left: 50%;
	top: -.35rem;
	transform: translateX(-50%);
}

.page{
	display: flex;
	margin: .2rem auto .4rem;
	justify-content: center;
	align-items: center;
}
.page li{
	display: block;
	width: .4rem;
	/* height: .35rem; */
	line-height: .35rem;
	background: #fff;
	text-align: center;
	margin-right: .1rem;
	border: 1px solid #eee;
	transition: all .3s ease;
}
.page li.active,.page li:hover{
	background: #0bf;
	border-color: #0bf;
}
.page li a{
	display: block;
	width: 100%;
	color: #333;
	font-size: .16rem;
	text-decoration: none;
}
.page li.active a,.page li:hover a{
	color: #fff;
}
.page li.prev,.page li.next{
	width: 1rem;
}

.fixed_box{
	position: fixed;
	right: 0;
	top: 30%;
	background: #327ef0;
	padding: .2rem .1rem;
	box-sizing: border-box;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	z-index: 20;
}
.fixed_box ul li{
	position: relative;
	margin-bottom: .1rem;
}
.fixed_box ul li:last-child{
	margin-bottom: 0;
}
.fixed_box ul li p{
	text-align: center;
	color: #fff;
	font-size: .14rem;
	margin-top: .05rem;
}
.fixed_box ul li .fixed_circle{
	width: .55rem;
	height: .55rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	/* background: #fff; */
	cursor: pointer;
}
.fixed_box ul li .fixed_circle img{
	display: block;
	width: .45rem;
	height: .45rem;
}
.fixed_box .fixed_code{
	position: absolute;
	padding: .1rem;
	box-sizing: border-box;
	background: #fff;
	right: .7rem;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #eee;
	transition: all .5s ease;
	display: none;
}
.fixed_box ul li:hover .fixed_code{
	display: block;
}
.fixed_box .fixed_code img{
	display: block;
	width: 5rem;
	height: 1.5rem;
}

 #video {
	width: 100%;
	height: 5rem;
	margin: .2rem auto;
	position: relative;
	display: flex;
	justify-content: center;
}
#video video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: .7rem;
	height: .7rem;
	margin-left: -.35rem;
	margin-top: -.35rem;
	cursor: pointer;
	z-index: 10;
}	


@media (max-width: 1200px) {
	.container{
		max-width: 100%;
		padding: 0 .9rem .1rem;
	}
	.header{
		padding: 0 .2rem;
	}
	.header .left .header_nav{
		padding-left: 0;
	}
	.header .header_nav .li a{
		padding: 0 .11rem;
	}
	.header .right a{
		padding: 0 .1rem;
	}
}
@media (min-width: 961px) and (max-width: 1020px) {
	.header{
		padding: 0 .1rem;
	}
	.header .header_nav .li a{
		padding: 0 .11rem;
	}
}
@media (max-width: 960px) {
	.header{
		padding: 0 .1rem;
	}
	.header .header_nav .li a{
		padding: 0 .11rem;
	}
	.footer .right div{
		margin-left: .3rem;
	}
	.footer .right img{
		width: 1.2rem;
		height: 1.2rem;
	}
	.header .right{
		display: none;
	}
}
@media (max-width: 880px) {
	.header .header_nav .li a{
		padding: 0 .11rem;
	}
	.footer .right img{
		width: 1rem;
		height: 1rem;
	}
}
@media (max-width: 850px) {
	.header .header_nav .li a {
	    padding: 0 .1rem;
	}
}
@media (min-width: 770px) and (max-width: 820px) {
	.header .right{
		display: none;
	}
}
@media (min-width: 769px) {
	.header .header_nav .li ul{
		width: 2rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: .61rem;
		background: #fff;
		padding: 0 .2rem;
		/* box-shadow: 0 0 0 .01rem rgba(0,0,0,.1); */
		transition: all .3s ease;
		display: none;
		border: 1px solid #eee;
	}
	.header .header_nav .li:hover ul{
		display: block;
	}
	.header .header_nav .li ul li{
		border-bottom: 1px solid #eee;
	}
	.header .header_nav .li ul li a{
		padding: 0;
	}
	.header .header_nav .li ul li.active a,.header .header_nav .li ul li a:hover{
		color: #0bf;
	}
}
@media(max-width: 768px){
	.VideoBtn{
		display: none !important;
	}
	.header{
		height: 1rem;
	}
	.mt60{
		margin-top: 1rem;
	}
	.container{
		width: 100%;
		overflow: hidden;
		padding: 0.8rem .2rem;
	}
	.header .container{
		padding: 0;
	}
	.header .left .header_nav{
		display: none;
	}
	.pc{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}
	.menu{
		cursor: pointer;
		display: block;
		width: .5rem;
		height: .5rem;
	}
	.header_mobile{
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		left: 0;
		z-index: 30;
		overflow-y: scroll;
		white-space: nowrap;
		top: -300%;
		transition: all .3s ease;
	}
	.header_mobile.active{
		top: .98rem;		
	}
	.header_mobile .header_nav_mobile{
		padding: .2rem;
	}
	.header_mobile .header_nav_mobile .li{
		display: block;
		width: 100%;
		text-decoration: none;
		display: block;
		padding: .1rem .2rem;
		color: #333;
		border-bottom: 1px solid #ccc;
	}
	/* .header_mobile .header_nav_mobile .li:last-child{
		border-bottom: 0;
	} */
	.header_mobile .header_nav_mobile .p_div{
		list-style: none;
		padding: 0;
		display: none;
	}
	.header_mobile .header_nav_mobile .p_div li{
		padding: 0;
		border-bottom: none !important;
		border-top: 1px solid #eee;
	}
	.header_mobile .header_nav_mobile .p_div li a{
		padding: 0;
		padding-left: .4rem;
	}
	.header_mobile .header_nav_mobile .p_div li:last-child{
		/*border-bottom: 0;*/
	}
	.header_mobile .header_nav_mobile .li ul,.header_mobile .header_nav_mobile .p_ol{
		position: fixed;
		width: 100%;
		height: 100%;
		right: -300%;
		top: .98rem;
		background: #fff;
		z-index: 50;
		transition: all .3s ease;
		list-style: none;
	    overflow-y: scroll;
	    white-space: nowrap;
	}
	.header_mobile .header_nav_mobile .li.active ul,.header_mobile .header_nav_mobile .p_ol.active{
		right: 0;
		top: .98rem;
	}
	.header_mobile .header_nav_mobile .li a,.header_mobile .header_nav_mobile .p_ol a{
		text-decoration: none;
		display: block;
		color: #333;
		font-size: .24rem;
		padding: .2rem .2rem;
		position: relative;
		font-weight: bold;
	}
	.header_mobile .header_nav_mobile .li.no a:after,.header_mobile .header_nav_mobile .p_ol .back1 a:after{
		content: "";
		width: .32rem;
		height: .32rem;
		background: url(../images/next.png) center center no-repeat;
		background-size: 100%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.header_mobile .header_nav_mobile .li.no .none a:after{
		display: none;
	}
	.header_mobile .header_nav_mobile .li.no .back a:after,.header_mobile .header_nav_mobile .p_ol .back1 a:after{
		left: 0;
		background: url(../images/next.png) center center no-repeat;
		background-size: 100%;
		transform: translateY(-50%) rotate(180deg);
	}
	.header_mobile .header_nav_mobile .li.no .back a,.header_mobile .header_nav_mobile .p_ol .back1 a{
		padding-left: .4rem;
	}
	.header_mobile .header_nav_mobile .li.no ul,.header_mobile .header_nav_mobile .p_ol{
		padding: .2rem;
		box-sizing: border-box;
	}
	.header_mobile .header_nav_mobile .li.no ul li,.header_mobile .header_nav_mobile .li.no ul li,.header_mobile .header_nav_mobile .p_ol li{
		border-bottom: 1px solid #ccc;
		padding: .1rem 0;
	}
	/* .header_mobile .header_nav_mobile .li a:hover, */
	.header_mobile .header_nav_mobile .li.no.on > a,
	.header_mobile .header_nav_mobile .li.active > a{
		color: #00ACEE;
	}
	.header_mobile .header_nav_mobile .li ul li a{
		color: #333;
	}
	.header_mobile .header_nav_mobile .li ul li.active a{
		color: #00ACEE;
	}
	/* .header_mobile .header_nav_mobile .li ul li a{
		display: none;
	} */
	/* .header_mobile .header_nav_mobile .li.on > a,.header_mobile .header_nav_mobile .li.on.active > a{
		color: #00ACEE;
	} */
	/* .header_mobile .header_nav_mobile .li ul li a:hover{
		color: #00ACEE;
	} */
	/* .header_mobile .header_nav_mobile .li.no ul li a:hover{
		color: #00ACEE;
	} */
	/* .header_mobile .header_nav_mobile .li.active ul li a{
		display: block;
	} */
	.footer .container{
		flex-wrap: wrap;
	}
	.footer .left, .footer .right{
		width: 100%;
	}
	.footer .right{
		justify-content: space-around;
		margin-top: .3rem;
	}
	.header .right{
		display: flex;
	}
	.header .right a{
		font-size: .26rem;
		height: .5rem;
		line-height: .5rem;
		border-radius: .5rem;
		padding: 0 .3rem;
	}
	.page{
		display: flex;
		justify-content: space-between;
	}
	.page li{
		display: none;
	}
	.page li.prev,.page li.next{
		display: block;
		width: 45%;
		height: .6rem;
		line-height: .6rem;
		margin: 0;
	}
	.page li a{
		font-size: .24rem;
	}
	
	
	.com_footer_mobile{
		background: #f3f3f3;
		border-top: 1px solid #000;
	}
	.com_footer_mobile .arrow_box{
		width: 100%;
		padding: .2rem .5rem;
		box-sizing: border-box;
		border-bottom: 1px solid #000;
	}
	.com_footer_mobile .flex_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: .2rem .5rem;
		border-bottom: 1px solid #000;
	}
	.com_footer_mobile .flex_box h4{
		font-size: .32rem;
	}
	.com_footer_mobile .flex_box h6{
		font-size: .26rem;
		margin-top: .1rem;
		color: #4A4A4A;
	}
	.com_footer_mobile .m_right{
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.com_footer_mobile .m_right div{
		text-align: center;
	}
	.com_footer_mobile .m_right div:last-of-type{
		margin-left: .5rem;
	}
	.com_footer_mobile .m_right p{
		font-size: .24rem;
		margin-bottom: .1rem;
	}
	.com_footer_mobile .m_right img{
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		margin: 0 auto;
	}
	.com_footer_mobile .links{
		text-align: center;
	}
	.com_footer_mobile .links a{
		color: #4A4A4A;
		font-size: .24rem;
	}
	
	.com_footer_mobile .fm_bottom{
		padding: .2rem .5rem;
		text-align: center;
	}
	.com_footer_mobile .fm_bottom h5{
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.com_footer_mobile .fm_bottom p{
		font-size: .24rem;
	}
	
	.com_footer_mobile .arrow_box h4{
		font-size: .32rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.com_footer_mobile .arrow_box h4 img{
		display: block;
		width: .48rem;
		transition: all .3s linear;
	}
	.com_footer_mobile .arrow_box h4 img.rotate{
		transform: rotate(-90deg);
	}
	.com_footer_mobile .arrow_box ul{
		display: none;
	}
	.com_footer_mobile .arrow_box ul li{
		margin-top: .1rem;
	}
	.com_footer_mobile .arrow_box ul li,.com_footer_mobile .arrow_box ul li a{
		font-size: .28rem;
		color: #4a4a4a;
		text-decoration: none;
	}
}
@media (max-width: 460px){

}
@media (max-width: 350px){

}